lcPaint_FontOpenTT Home

Opens TrueType font (installed in Windows).

 HANDLE lcPaint_FontOpenTT (
   LPCWSTR szFontName,
   BOOL bBold,
   BOOL bItalic
 );

Parameters
szFontName
  Font name.
bBold
  Bold mode.
bItalic
  Italic mode.

Return Value

  Handle to opened font.
If the function fails, the return value is NULL.

See Also

  lcPaint_FontOpenLClcPaint_FontClose